﻿2026-06-19T05:28:29.0557605Z ##[group]Run actions/checkout@v5
2026-06-19T05:28:29.0558349Z with:
2026-06-19T05:28:29.0558745Z   repository: SaberMage/spt-core
2026-06-19T05:28:29.0561976Z   token: ***
2026-06-19T05:28:29.0562340Z   ssh-strict: true
2026-06-19T05:28:29.0562717Z   ssh-user: git
2026-06-19T05:28:29.0563086Z   persist-credentials: true
2026-06-19T05:28:29.0563480Z   clean: true
2026-06-19T05:28:29.0563851Z   sparse-checkout-cone-mode: true
2026-06-19T05:28:29.0564282Z   fetch-depth: 1
2026-06-19T05:28:29.0564639Z   fetch-tags: false
2026-06-19T05:28:29.0565006Z   show-progress: true
2026-06-19T05:28:29.0565382Z   lfs: false
2026-06-19T05:28:29.0565734Z   submodules: false
2026-06-19T05:28:29.0566108Z   set-safe-directory: true
2026-06-19T05:28:29.0566705Z ##[endgroup]
2026-06-19T05:28:29.1393077Z Syncing repository: SaberMage/spt-core
2026-06-19T05:28:29.1394680Z ##[group]Getting Git version info
2026-06-19T05:28:29.1395312Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-19T05:28:29.1396357Z [command]/usr/bin/git version
2026-06-19T05:28:29.1396785Z git version 2.43.0
2026-06-19T05:28:29.1398078Z ##[endgroup]
2026-06-19T05:28:29.1401809Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/edad375f-493f-4cc2-a856-d95604b3b5b7' before making global git config changes
2026-06-19T05:28:29.1402940Z Adding repository directory to the temporary git global config as a safe directory
2026-06-19T05:28:29.1403908Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-19T05:28:29.1434625Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-19T05:28:29.1454643Z https://github.com/SaberMage/spt-core
2026-06-19T05:28:29.1465142Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-19T05:28:29.1468090Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-19T05:28:29.1499337Z refs/heads/main
2026-06-19T05:28:29.1507349Z [command]/usr/bin/git checkout --detach
2026-06-19T05:28:29.1699873Z HEAD is now at 6473fe74 release: v0.12.1 — real-harness lifecycle fixes + CLI polish
2026-06-19T05:28:29.1735866Z [command]/usr/bin/git branch --delete --force main
2026-06-19T05:28:29.1773967Z Deleted branch main (was 6473fe74).
2026-06-19T05:28:29.1919242Z ##[endgroup]
2026-06-19T05:28:29.1921890Z [command]/usr/bin/git submodule status
2026-06-19T05:28:29.2101894Z ##[group]Cleaning the repository
2026-06-19T05:28:29.2104814Z [command]/usr/bin/git clean -ffdx
2026-06-19T05:28:31.6365722Z Removing target/
2026-06-19T05:28:31.6374711Z [command]/usr/bin/git reset --hard HEAD
2026-06-19T05:28:31.6660953Z HEAD is now at 6473fe74 release: v0.12.1 — real-harness lifecycle fixes + CLI polish
2026-06-19T05:28:31.6666661Z ##[endgroup]
2026-06-19T05:28:31.6668402Z ##[group]Disabling automatic garbage collection
2026-06-19T05:28:31.6672099Z [command]/usr/bin/git config --local gc.auto 0
2026-06-19T05:28:31.6698651Z ##[endgroup]
2026-06-19T05:28:31.6700050Z ##[group]Setting up auth
2026-06-19T05:28:31.6703631Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-19T05:28:31.6728563Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-19T05:28:31.6914172Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-19T05:28:31.6938541Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-19T05:28:31.7123113Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-19T05:28:31.7148752Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-19T05:28:31.7337893Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-19T05:28:31.7365357Z ##[endgroup]
2026-06-19T05:28:31.7366869Z ##[group]Fetching the repository
2026-06-19T05:28:31.7372623Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +185eaeeb77026473a12d7b74432c81a53a0ee43d:refs/remotes/origin/main
2026-06-19T05:28:32.1955872Z From https://github.com/SaberMage/spt-core
2026-06-19T05:28:32.1956644Z  + 6473fe74...185eaeeb 185eaeeb77026473a12d7b74432c81a53a0ee43d -> origin/main  (forced update)
2026-06-19T05:28:32.1977679Z ##[endgroup]
2026-06-19T05:28:32.1978251Z ##[group]Determining the checkout info
2026-06-19T05:28:32.1979817Z ##[endgroup]
2026-06-19T05:28:32.1983557Z [command]/usr/bin/git sparse-checkout disable
2026-06-19T05:28:32.2026485Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-19T05:28:32.2047131Z ##[group]Checking out the ref
2026-06-19T05:28:32.2049364Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-19T05:28:32.2117813Z Warning: you are leaving 1 commit behind, not connected to
2026-06-19T05:28:32.2118296Z any of your branches:
2026-06-19T05:28:32.2118500Z 
2026-06-19T05:28:32.2119053Z   6473fe74 release: v0.12.1 — real-harness lifecycle fixes + CLI polish
2026-06-19T05:28:32.2119419Z 
2026-06-19T05:28:32.2119685Z If you want to keep it by creating a new branch, this may be a good time
2026-06-19T05:28:32.2120151Z to do so with:
2026-06-19T05:28:32.2120309Z 
2026-06-19T05:28:32.2120490Z  git branch <new-branch-name> 6473fe74
2026-06-19T05:28:32.2120737Z 
2026-06-19T05:28:32.2124088Z Switched to a new branch 'main'
2026-06-19T05:28:32.2124472Z branch 'main' set up to track 'origin/main'.
2026-06-19T05:28:32.2130113Z ##[endgroup]
2026-06-19T05:28:32.2164114Z [command]/usr/bin/git log -1 --format=%H
2026-06-19T05:28:32.2192283Z 185eaeeb77026473a12d7b74432c81a53a0ee43d
